-
Notifications
You must be signed in to change notification settings - Fork 258
Add support for ffmpeg_image_transport to Image/Camera displays and point_cloud_transport/cloudini to PointCloud2 display #1568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again test if these changes are necessary and how they interact with the transport selection that Camera display offers when adding a new display.
Question (maybe more for the maintainers): why is there the need to hardcode 3rd party formats in the code? Wasn't the |
I had the exact same question, but as a first step, simply wanted to add the support consistently with the current implementation. point_cloud_transport (and, most likely, image_transport in the same way) is indeed able to switch between TransportHints at runtime without hardcoding any supported plugins or topic postfixes via the |
Pulls: #1568 |
https://github.com/Mergifyio backport kilted jazzy humble |
✅ Backports have been created
|
Co-authored-by: Emre Karincali <[email protected]> (cherry picked from commit a33b5e9)
Co-authored-by: Emre Karincali <[email protected]> (cherry picked from commit a33b5e9)
Co-authored-by: Emre Karincali <[email protected]> (cherry picked from commit a33b5e9) # Conflicts: # rviz_default_plugins/src/rviz_default_plugins/displays/pointcloud/get_transport_from_topic.cpp
…) (#1570) (cherry picked from commit a33b5e9) Co-authored-by: Lennart Reiher <[email protected]> Co-authored-by: Emre Karincali <[email protected]>
…) (#1571) (cherry picked from commit a33b5e9) Co-authored-by: Lennart Reiher <[email protected]> Co-authored-by: Emre Karincali <[email protected]>
…oint_cloud_transport/cloudini to PointCloud2 display (backport #1568) (#1572) Signed-off-by: Alejandro Hernandez Cordero <[email protected]> Co-authored-by: Lennart Reiher <[email protected]> Co-authored-by: Alejandro Hernandez Cordero <[email protected]>
Description
image_transport
ffmpeg_image_transport
cloudini
Is this user-facing behavior change?
Did you use Generative AI?
Yes, GitHub Copilot auto-completion.
Additional Information
Related to #1288?